﻿@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:100px}

html,body{height:100%;}

body{padding:1.2rem 0 0 0; margin:0px auto; font-size:0.16rem;line-height:0.3rem; color:#333; width:100%; zoom:1;background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: block;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#170f5f;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#666666;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: #f5f7fa url(../images/selectarr.png) no-repeat scroll 90% center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 8px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1600{ z-index:3; position:relative; clear:both;width: 16rem; margin:0px auto;}
.w1440{ z-index:3; position:relative; clear:both;width: 14.4rem; margin:0px auto;}
.w1400{ z-index:3; position:relative; clear:both;width: 14.0rem; margin:0px auto;}
.w1280{ z-index:3; position:relative; clear:both;width: 1280px; margin:0px auto;}
.w1200{ z-index:3; position:relative; clear:both;width: 1200px; margin:0px auto;}
.w1000{width: 1000px;margin: 0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
 table {border-collapse: collapse;border-spacing: 0;}
/* table, th, td {border: 1px solid #E0E0E0;padding: 16px 20px;line-height: 1;} */
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.pd120{padding-top:1.2rem;padding-bottom:1.2rem;}
.pd100{padding-top:1rem;padding-bottom:1rem;}
.pt120{padding-top:1.2rem;}
.pt100{padding-top:1rem;}
.pb120{padding-bottom:1.2rem;}
.pb100{padding-bottom:1rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -1;}
.relative{position: relative;}
.center{text-align: center;}
/* button */
.btnam{position: relative;transition: all 0.3s;display: inline-block;text-align: center;border-radius: 0.3rem;width: 1.50rem;line-height: 0.48rem;overflow: hidden;border: 1px solid #fff;clear: both;font-size: 16px;}
.btnam em{position: relative;z-index: 1;display: inline-block;}
.btnam a{color:#fff;}
.btnam:after{right: 0;bottom: 0%;position: absolute;content: "";width: 100%;height: 0;transition: all 0.5s 0.1s;background:#fff;border-radius: 28rem;}
.btnam:hover{border: 1px solid #fff !important;}
.btnam:hover:after{height: 100%;}
.btnam:hover a{color:#fff;}
.btnam.white{border:1px solid #fff;}
.btnam.white a{color: #fff;}


/*font*/
.f_18{font-size: 0.18rem;}
.f_20{font-size: 0.2rem;}
.f_red{ color:#cc0000;}
.f_999{ color:#999999;}
.txt_justify{word-wrap:break-word;word-break:normal;text-align:justify;}
.l30{line-height: 0.30rem;}
.iconfont{ font-size:24px; vertical-align:middle;display: inline-block;}
.iconyjt{margin-top: -3px;font-size: 20px;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.desc,.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
/* white-space: break-spaces; */
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media(max-width:1660px){
	html{font-size:6.25vw}
	.w1600{width: 88%;}
}
@media(max-width:1440px){
	.w1440,.w1280,.w1200,.w1400{width: 88%;}
}
@media ( max-width:1024px){
	html{font-size:9.765625vw}
	select,input,textarea,button{font-size: 14px;}
	.w1600,.w1440,.w1280,.w1200,.w1000,.w1400{width:92%;min-width: 300px;}
body{min-width:300px;padding-top: 50px;}
.pd120,.pd100{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt120,.pt100{padding-top: 0.8rem;}
.pb120,.pb120{padding-bottom: 0.8rem;}
.l30{line-height: 24px;}
}
@media(max-width:768px){
	html{font-size:12.02083vw}
	body{font-size: 14px;line-height: 24px;}
	.btnam{width: 115px;line-height: 30px;}
	.f_18{font-size: 14px;}
	.f_20{font-size: 16px;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.6rem;position: relative;padding-top: 4%;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.6rem;height: 0.6rem;border-radius: 50%;background:#f5f7fa;}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background:#00196d;}
.Pages .a_prev{margin-right: 0.35rem;}
.Pages .a_next{ margin-left: 0.35rem;}
.Pages .a_next i{transform: rotate(180deg);}
.Pages .arr{font-weight: bold;}
.Pages .arr:hover{background:#00196d;color:#fff;}
.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .a_first,.Pages .a_end,.Pages .p_jump{display: none}
@media ( max-width:767px){
.Pages{line-height:25px; font-size:14px;}
.Pages a{width: 25px;height: 25px;}
.Pages .p_page .num a{ width:25px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/


/*Top*/
.Header{ position:fixed; width:100%; left:0; top:0;z-index:1000; transition: all 0.3s;height: 1.2rem;line-height:1.2rem;text-align: right;background:#fff;}
.Header .w1440{position: static;}
.Header .dis{display: inline-block;vertical-align: top;width: auto;}
.Header .Logo{float: left;}
.Header .Logo img{height: 54px;}

.Header .Ver a{display: inline-block;width: 24px;line-height:24px;text-align: center;margin-left: 16px;}
.Header .Ver a:nth-child(1){margin-left: 0;}
.Header .Ver a.on{background: #170f5f;color:#fff;}

.MainNav li{float: left; margin-right: 0.48rem;position: relative;}
.MainNav span a{ position:relative; z-index:1;display:block; text-align:center;transition: all ease 0s;font-size: 0.2rem;}
.MainNav span a em{ position:relative; z-index:1;}
.MainNav span a:after{ position:absolute; left:50%; width:0; bottom:0; height:2px; background:#170f5f;transition: all ease 0.3s;content: "";transform: translateX(-50%);}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#170f5f;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:100%;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:left; top:100%; left:50%;width:150px;margin-left:-0.75rem; line-height:0.4rem; background:#f5f7fa;padding:0.1rem;text-align: center;}
.NavPull.null{background:none; padding:0;}

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:0; top:0;height: 80%; z-index:999;color:#fff;display: none;font-size: 12px;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0 10px 0 0;}
.openbtn i{ display:block; height:2px; background:#333; border-radius:4px; margin:5px 0;transition: all ease 0.3s;width: 25px;}
.openbtn i.sp3{margin-left: 5px;width: 20px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp3 {width: 0;}

.Header.fixed3{box-shadow: 0 0 16px rgba(133,144,162,0.1);height: 80px;line-height: 80px;background: #fff}
.Header.fixed3 .MainNav li:hover span a:after,
.Header.fixed3 .MainNav li.onnav span a:after{ width:100%;}
.Header.fixed3 .MainNav span a,.Header.on .MainNav span a{color: #333;}
.MainNav li#nav8 .NavPull{display: none !important}
@media(max-width:1440px){
.Header .Logo img{height: 45px;}
}
@media(max-width:1200px){
.MainNav li{margin-right: 0.4rem;}
.Header .Logo img{height: 40px;}
}

@media(max-width:1024px){
.Header{height:50px !important;line-height:50px !important;background:#fff;box-shadow: 0 0 16px rgba(133,144,162,0.1);}
.Header .MainNav span a,.Header .Searchico{color: #333;}
.Header .Ver{padding-right: 30px;}
.Header .ver a{margin:0 10px 0 0;font-size: 14px;}
.Header .Logo img{height: 26px;}
.Header .Logo {line-height: 45px;}
.openbtn{display: block;}

.MainNav{position: fixed;right: 0;top: 50px;width: 80% !important;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100;}
.MainNav ul{float: none;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin-right: 0;position: relative !important;}
.MainNav span a{text-align: left;font-size: 17px;padding-left: 15px;line-height: 50px;border-bottom: 1px solid #eee;margin:0 10px;color:#333;}
.MainNav .arr{display: block;width: 10px;position: absolute;right: 0;top: 0;height: 50px;line-height: 50px;z-index: 5;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}
.NavPull{position: static;width: 100%;margin: 0;line-height: 38px;text-align: left;}
.NavPull dd a{display: block;padding-left: 35px;}
}

/*Bottom*/
.Footer{clear: both;background:#7f92a3;color:#fff;position: relative;padding:0.75rem 0 0 0;}
.Footer a{color:#fff;}
.Footer a:hover{color:#00196d;}
.Footer .Navtop{text-align: center;font-size: 0.2rem;padding-bottom: 0.45rem;border-bottom: 1px solid #8d9dab;position: relative;margin-bottom: 0.5rem;}
.Footer .Navtop:After,.Footer .Navtop:before{left:0px;position: absolute;width: 7px;height: 7px;bottom: -4px;border: 1px solid #8d9dab;border-radius:50%;content: "";background:#7f92a3;}
.Footer .Navtop:before{right: 0;left: auto;}
.Footer .Navtop a{display: inline-block;margin:0 0.25rem;}

.Footer .Contact{width: 7.55rem; max-width:100%; margin:0px auto 0.4rem;}
.Footer .Contact .txt{width: 60%;float: left;margin-top: -0;font-size: 0.2rem;line-height: 1.8;}
.Footer .Contact .ewm{float: right;display: flex;justify-content: center;align-items: center;}
.Footer .Contact .ewm img{width: 120px;height: 120px;padding:10px;margin-right: 9px;background:#fff;}

.Footer .logo{text-align: center;}
.Footer .logo img{height: 0.62rem;display: inline-block;margin:0 0.19rem;}

.Footer .Copyright{clear: both;text-align: center;background:#74889a;padding:0.25rem 0;font-size: 14px;text-align: center;margin-top: 0.5rem;}
.Footer .Copyright .nav{position: absolute;right: 0;top: 0;}
.Footer .Copyright .nav a{position: relative;margin-left: 17px;}
.Footer .Copyright .nav a:After{position: absolute;top: 50%;width: 1px;content: "";background:#90a0ae;transform: translateY(-50%);left: -8px;height: 10px;}
.Footer .Copyright .copy{color:rgba(255,255,255,0.3);}
.Footer .Copyright .copy a{color:rgba(255,255,255,0.3);}
.Footer .Copyright .copy a:hover{color:#fff;}

@media(max-width:1280px){
.Footer .Navtop a,
.Footer .logo img{margin:0 10px;}
.Footer .Copyright .nav{position: static;}
}
@media(max-width:1200px){
.Footer .Contact .txt{ width:50%;}
}
@media(max-width:1024px){
.Footer .Contact .txt{ margin-bottom:.2rem; width:100%;}
.Footer .Contact .ewm{ width:100%;}
.Footer .logo img,
.Footer .Navtop a{ margin:5px 10px;}
}
@media(max-width:767px){
.Footer .Navtop{font-size: 15px;}
.Footer .Navtop a{margin: 0 8px;}
.Footer .Contact {display: block;text-align: center;width: 100%}
.Footer .Contact .txt{width: auto;float: none;font-size: 15px;padding-bottom: 15px;margin-top: 0;}
.Footer .Contact .txt br{display: none}
.Footer .Contact .ewm{width: auto;float: none;text-align: left;}
.Footer .logo img {margin:0 1px;}
.Footer .logo a{display: inline-block;margin-bottom: 10px;}
}
/*Bottom*/


.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}

/* 右侧飘浮 */

.totop{ cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;height: 0;border-bottom: 0;border-radius: 0 0 5px 5px;position: fixed;right: 10px;bottom: 10px;background:#00a1e3;width: 0.6rem;text-align: center;color:#fff;z-index: 100;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;height: 0.6rem;line-height: 0.6rem;}
.totop:hover {background:#2423bf;color:#fff;}

@media(max-width:767px){
	.totop{right: 5px;width: 35px;}
	.totop.cd-is-visible{height: 35px;line-height: 35px;}
}


